@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

.header-area .phone-area> .number-area> .number,
.contents-area .page-title> .sub {
	letter-spacing: .05em;
	font-family: 'Lato', sans-serif;
}

.footer-area .footer-nav> .nav-item> a,
.footer-area .copyright {
	letter-spacing: .05em;
	font-family: 'Noto Sans JP', sans-serif;
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* cmn
---------------------------------------- */

.inner {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner:before,
.inner:after {
	content: '';
	display: table;
}

.inner:after {
	clear: both;
}

.sp-hide {
	display: inline-block !important;
}

.pc-hide {
	display: none !important;
}

/* cmn
---------------------------------------- */

body {
	position: relative;
	font-size: 2.66667vw;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

body .inner {
	width: 100%;
	padding: 0 2.66667vw;
}

body .validationTip .tipInner {
	position: relative;
	padding: .25em .5em;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background: rgba(34, 34, 34, .75);
	border-radius: 6px;
}

body .validationTip .tipInner:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 10px;
	height: 6px;
	border-top: rgba(34, 34, 34, .75) 6px solid;
	border-right: transparent 5px solid;
	border-left: transparent 5px solid;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .alertStyle {
	background: #ffddde;
}

/* header
---------------------------------------- */

.header-area {
	padding: 1.33333vw 0;
}

.header-area .logo {
	float: left;
	width: 30.66667vw;
	margin-top: 4vw;
}

.header-area .phone-area {
	float: right;
	margin-top: 1.33333vw;
	text-align: center;
}

.header-area .phone-area> .number-area> .name {
	display: block;
	color: #444;
	font-weight: bold;
	font-size: 2.66667vw;
	line-height: 1;
}

.header-area .phone-area> .number-area> .number {
	display: inline-block;
	padding-left: 1.2em;
	color: #073b91;
	font-weight: bold;
	font-size: 6.4vw;
	vertical-align: middle;
	background: url('http://images.cu.cyber-u.ac.jp/Web/CYBERUNIVERSITYINC/{d1b855e2-8145-4642-b115-60120f7e2b1c}_freecall.png') left center no-repeat;
	background-size: auto .8em;
}

.header-area .phone-area> .text-area {
	display: inline-block;
	color: #444;
	letter-spacing: -.05em;
	font-weight: bold;
	font-size: 2.66667vw;
}

/* contents
---------------------------------------- */

.contents-area .page-title {
	padding: 2.66667vw 0;
	letter-spacing: .05em;
	line-height: 1;
	text-align: center;
	background: #259ad6;
}

.contents-area .page-title> .title {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 4.53333vw;
	text-align: center;
}

.contents-area .page-title> .sub {
	display: inline-block;
	margin-top: 1.33333vw;
	padding: .2em .5em;
	color: #259ad6;
	font-weight: bold;
	font-size: 2.66667vw;
	background: #fff;
	border-radius: 20px;
}

.contents-area .main {
	margin: 6.66667vw auto;
}

/* form
---------------------------------------- */

.form-area {
	width: 94.66667vw;
	color: #222;
	letter-spacing: .05em;
	font-size: 3.46667vw;
}

.form-area> .form-text {
	margin-bottom: 2.66667vw;
}

.form-area .require,
.form-area .option {
	display: inline-block;
	padding: .15em .5em;
	color: #fff;
	font-size: 2.66667vw;
	border-radius: 3px;
}

.form-area .require {
	margin-right: .5em;
	background: #eb3fc0;
}

.form-area .option {
	font-weight: normal;
	background: #a4a4a4;
}

.form-area .table-area {
	width: 94.66667vw;
	margin-bottom: 6.66667vw;
	border: #259ad6 .53333vw solid;
	border-collapse: collapse;
}

.form-area .table-area tr {
	border-bottom: #259ad6 1px solid;
}

.form-area .table-area th,
.form-area .table-area td {
	display: block;
	width: 94.66667vw;
	font-size: 3.46667vw;
	text-align: left;
}

.form-area .table-area th {
	padding: 2.66667vw;
	vertical-align: middle;
	background: #c8e6f5;
}

.form-area .table-area th> .icn-th {
	display: inline-block;
	margin-left: .5em;
}

.form-area .table-area td {
	padding: 4vw 2.66667vw;
}

.form-area .table-area td> .td-note {
	display: block;
	margin-left: 1em;
	color: #555;
	font-size: 2.66667vw;
	text-indent: -1em;
}

.form-area .table-area td> .td-note.red {
	color: #ca3e3e;
}

.form-area .table-area td input[type=checkbox],
.form-area .table-area td input[type=radio] {
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}

.form-area .table-area td input[type=text] {
	height: 12vw;
	padding: .5em;
	color: #222 !important;
	font-weight: normal;
	border: #c8c8c8 1px solid;
	border-radius: 4px;
}

.form-area .table-area td select {
	width: 100%;
	height: 12vw;
	padding: .5em;
	color: #222 !important;
	font-weight: normal;
	font-size: 13px;
	border: #c8c8c8 1px solid;
	border-radius: 4px;
}

.form-area .table-area td .input-lastname,
.form-area .table-area td .input-firstname {
	width: 30.66667vw;
}

.form-area .table-area td .input-zip,
.form-area .table-area td .input-city,
.form-area .table-area td .input-address,
.form-area .table-area td .input-email {
	width: 100%;
}

.form-area .table-area td .btn-zip {
	display: block;
	width: 100%;
	height: 9.33333vw;
	margin: 4vw auto 0 auto;
	padding: .2em .5em;
	color: #fff;
	font-size: 3.46667vw;
	vertical-align: middle;
	background: #259ad6;
	border: none;
	border-radius: 4.66667vw;
	-webkit-appearance: none;
}

.form-area .table-area td .mgR1em {
	margin-right: 1em;
}

.form-area .btn-text {
	margin: 6.66667vw auto;
	color: #444;
	text-align: center;
}

.form-area .btn-area {
	text-align: center;
}

.form-area .btn-area> input {
	width: 94.66667vw;
	height: 21.06667vw;
}

.form-area .ssl-text {
	width: 94.66667vw;
	margin-top: 4vw;
}

.form-area .ssl-text> p {
	color: #444;
	font-size: 2.66667vw;
	text-align: center;
}

.note-area {
	margin: 6.66667vw auto;
	padding: 2.66667vw;
	background: #c8e6f5;
}

.note-area> .note-text {
	margin-left: 1em;
	color: #444;
	font-size: 2.66667vw;
	text-indent: -1em;
}

.note-area> .note-text> a {
	color: #259ad6;
	font-weight: bold;
}

/* footer
---------------------------------------- */

.footer-area {
	padding: 2.66667vw 3.46667vw;
	text-align: center;
	background: #222;
}

.footer-area .footer-nav {
	display: inline-block;
	margin-bottom: .66667vw;
	text-align: center;
}

.footer-area .footer-nav> .nav-item {
	display: inline-block;
}

.footer-area .footer-nav> .nav-item> a {
	color: #fff;
	letter-spacing: .05em;
	font-size: 2.66667vw;
}

.footer-area .footer-nav> .nav-item> a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.footer-area .footer-nav> .nav-item:after {
	content: '|';
	display: inline-block;
	margin: 0 .3em;
	color: #fff;
	font-size: 2.66667vw;
}

.footer-area .footer-nav> .nav-item:last-child:after {
	content: none;
}

.footer-area .copyright {
	color: #fff;
	letter-spacing: .05em;
	font-size: 2.66667vw;
}

@media screen and (max-width: 768px) {

.sp-hide {
	display: none !important;
}

.pc-hide {
	display: inline-block !important;
}

}

